home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / 6zenichu / 6+1 install_txt.exe / 6 zenichu a 1 navic.exe / scripts / DefineButton2_491 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-11-28  |  265 b   |  16 lines

  1. on(release){
  2.    _root.z_27_7.start();
  3.    _root.imusic = 1;
  4.    if(_root.gstate == 1)
  5.    {
  6.       _root.playing = 2;
  7.       _root.music_02.start();
  8.    }
  9.    else
  10.    {
  11.       _root.playmusic();
  12.    }
  13.    _parent.musicz0.gotoAndStop("e");
  14.    gotoAndStop(2);
  15. }
  16.